#!/bin/sh

# If not installing on the root partition, then return error

if [ "$1"X != "/X" ] ; then
	exit 113
	fi

exit 0
